home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 September
/
Macworld (1998-09).dmg
/
Serious Demos
/
MacWebCam 2.7
/
Sample AppleScripts
/
Background scripts
< prev
next >
Wrap
Text File
|
1997-01-12
|
508b
|
15 lines
-- Example AppleScript to show how to get/set various parameters
tell application "MacWebCam"
get file of background of active document
get video offset of background of active document
get active of background of active document
get transfer mode of background of active document
end tell
tell application "MacWebCam"
--set video offset of background of document 1 to {5, 50}
--set active of background of document 1 to false
--set transfer mode of background of document 1 to transparent
end tell